Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapCollectionBase<T> Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the collection.

In This Topic
    Insert Method (MapCollectionBase<T>)
    In This Topic
    Inserts an item ot the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the collection.
    See Also